Browse Source

Move (and un-repo) dev org file

master
Jean-Sébastien 2 years ago
parent
commit
08c85cf590
3 changed files with 1 additions and 114 deletions
  1. 0
    87
      ABACUS.org
  2. 0
    26
      ABACUS.org_archive
  3. 1
    1
      include/ABACUS_Scan.h

+ 0
- 87
ABACUS.org View File

@@ -1,87 +0,0 @@
1
-#+TODO: TODO(t@) | DONE(d@)
2
-#+TODO: BUGREPORT(b@) BUGRISK(?@) CRITICAL(#@) | SOLVED(s@)
3
-#+TODO: CONCEPT(c@) UPDATED(u@) | REJECTED(r@)
4
-#+TODO: PICKEDUP(p@) | ABANDONED(k@) IMPLEMENTED(i@)
5
-
6
-
7
-* Templates
8
-  :PROPERTIES:
9
-  :CUSTOM_ID: Templates
10
-  :END:
11
-** Project
12
-*** dev-unit
13
-**** Description
14
-Type your description here
15
-**** Tasks
16
-***** Task1example (needs a TODO state)
17
-
18
-
19
-
20
-* Bugs 							   :ABACUS:Dev:Bugs:
21
-  :PROPERTIES:
22
-  :ARCHIVE:  %s_archive::* Bugs
23
-  :CUSTOM_ID: Bugs
24
-  :END:
25
-
26
-
27
-* Bugrisks						:ABACUS:Dev:Bugrisks:
28
-  :PROPERTIES:
29
-  :ARCHIVE:  %s_archive::* Bugrisks
30
-  :CUSTOM_ID: Bugrisks
31
-  :END:
32
-
33
-TIP: Search for the string BUGRISK in the codebase
34
-
35
-
36
-* Priority 					       :ABACUS:Dev:Priority:
37
-  :PROPERTIES:
38
-  :ARCHIVE:  %s_archive::* Priority
39
-  :CUSTOM_ID: Priority
40
-  :END:
41
-
42
-
43
-* Implementation queue				       :ABACUS:Dev:ImpQueue:
44
-  :PROPERTIES:
45
-  :ARCHIVE:  %s_archive::* Implementation queue
46
-  :CUSTOM_ID: ImplementationQueue
47
-  :END:
48
-
49
-** CONCEPT Unittests for integration functions
50
-   - State "CONCEPT"    from ""           [2018-02-20 Tue 07:01]
51
-Select a number of standard functions with known definite integrals:
52
-- polynomial
53
-- rational
54
-- exponential
55
-- sinusoidal
56
-
57
-Write a unittest aiming to reproduce the exact result, and displaying the accuracy.
58
-
59
-
60
-** CONCEPT Complex integration
61
-   - State "CONCEPT"    from ""           [2018-02-10 Sat 06:28]
62
-*** Complete implementation of Integral_result_CX
63
-**** Description
64
-The `Integral_result_CX Integrate_optimal_using_table` functions are not yet implemented.
65
-**** Tasks
66
-***** Implement `Integral_result_CX Integrate_optimal_using_table`
67
-
68
-
69
-
70
-
71
-** CONCEPT Rewrite ODSLF to use `State_Label`
72
-   - State "CONCEPT"    from ""           [2018-02-10 Sat 06:49]
73
-
74
-
75
-
76
-* Planning (short term)				     :ABACUS:Dev:PlanningST:
77
-  :PROPERTIES:
78
-  :ARCHIVE: %s_archive::* Planning (short term)
79
-  :CUSTOM_ID: PlanningShortTerm
80
-  :END:
81
-
82
-
83
-* Planning (long term)				     :ABACUS:Dev:PlanningLT:
84
-  :PROPERTIES:
85
-  :ARCHIVE: %s_archive::* Planning (long term)
86
-  :CUSTOM_ID: PlanningLongTerm
87
-  :END:

+ 0
- 26
ABACUS.org_archive View File

@@ -1,26 +0,0 @@
1
-#    -*- mode: org -*-
2
-
3
-
4
-Archived entries from file /Users/jscaux/WORK/_ABACUS/ABACUS/ABACUS.org
5
-
6
-
7
-* Bugrisks
8
-
9
-** SOLVED Value of LiebLin ln_Density_ME
10
-   CLOSED: [2018-02-15 Thu 08:42]
11
-   - State "SOLVED"     from "BUGRISK"    [2018-02-15 Thu 08:42] \\
12
-     No problem. Product is always real.
13
-   - State "BUGRISK"    from ""           [2018-02-11 Sun 09:11]
14
-   :PROPERTIES:
15
-   :ARCHIVE_TIME: 2018-02-15 Thu 08:42
16
-   :ARCHIVE_FILE: ~/WORK/_ABACUS/ABACUS/ABACUS.org
17
-   :ARCHIVE_OLPATH: Bugrisks
18
-   :ARCHIVE_CATEGORY: ABACUS
19
-   :ARCHIVE_TODO: SOLVED
20
-   :ARCHIVE_ITAGS: ABACUS Dev Bugrisks
21
-   :END:
22
-
23
-File: ln_Density_ME.cc
24
-line 66
25
-
26
-Why real?

+ 1
- 1
include/ABACUS_Scan.h View File

@@ -165,7 +165,7 @@ namespace ABACUS {
165 165
       return(*this);
166 166
     }
167 167
 
168
-      inline Scan_Info& operator+= (const Scan_Info& ref_info)
168
+    inline Scan_Info& operator+= (const Scan_Info& ref_info)
169 169
     {
170 170
       if (this != &ref_info) {
171 171
 	sumrule_obtained += ref_info.sumrule_obtained;

Loading…
Cancel
Save