Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
binary_c-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Izzard, Robert Dr (Maths & Physics)
binary_c-python
Commits
266aac1f
Commit
266aac1f
authored
4 years ago
by
Izzard, Robert Dr (Maths & Physics)
Browse files
Options
Downloads
Patches
Plain Diff
fixed split-info to be spliti-nfo
parent
a5b2e5c8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/evolution/evolution_split.c
+2
-2
2 additions, 2 deletions
src/evolution/evolution_split.c
src/nucsyn/nucsyn_hbb.c
+1
-1
1 addition, 1 deletion
src/nucsyn/nucsyn_hbb.c
with
3 additions
and
3 deletions
src/evolution/evolution_split.c
+
2
−
2
View file @
266aac1f
...
...
@@ -125,7 +125,7 @@ int evolution_split(struct stardata_t * RESTRICT const stardata,
* Check if we need to rerun from a previous
* splitpoint
*/
SDEBUG
(
"SPLIT status is evolution_break : currently working on split
-
info struct %d at %p, of which count = %d
\n
"
,
SDEBUG
(
"SPLIT status is evolution_break : currently working on spliti
-
nfo struct %d at %p, of which count = %d
\n
"
,
stardata
->
preferences
->
current_splitdepth
-
1
,
(
void
*
)
p
,
p
->
count
);
...
...
@@ -218,7 +218,7 @@ int evolution_split(struct stardata_t * RESTRICT const stardata,
=
stardata
->
preferences
->
splitinfo
[
stardata
->
preferences
->
current_splitdepth
]
=
Malloc
(
sizeof
(
struct
splitinfo_t
));
SDEBUG
(
"malloced new split
-
info struct at %p
\n
"
,(
void
*
)
p
);
SDEBUG
(
"malloced new spliti
-
nfo struct at %p
\n
"
,(
void
*
)
p
);
p
->
depth
=
stardata
->
preferences
->
current_splitdepth
;
...
...
This diff is collapsed.
Click to expand it.
src/nucsyn/nucsyn_hbb.c
+
1
−
1
View file @
266aac1f
...
...
@@ -42,7 +42,7 @@ void nucsyn_hbb(const double T, /* (log10) temperature */
const
double
timemax
=
100
;
double
time
=
0
.
0
;
double
dtime
=
timemax
/
100
.
0
;
double
logtemp
=
log10
(
1e9
);
double
logtemp
=
log10
(
3e8
);
while
(
time
<
timemax
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment